home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / patch20a.zip / SFTIMOUT.DTP < prev    next >
Text File  |  1990-12-21  |  1KB  |  44 lines

  1. #
  2. #   SFTIMOUT.DTP - for use with DT_PATCH.EXE
  3. #
  4. #   Copyright (C) 1990 DATASTORM TECHNOLOGIES, INC.
  5. #
  6. #   All Rights Reserved
  7. #
  8. #   Target Program: PROCOMM PLUS version 2.0
  9. #
  10. #   When performing software flow control (XON/XOFF), PROCOMM PLUS
  11. #   version 2.0 automatically clears an XOFF if no XON is seen within
  12. #   a specified amount of time.  The default timeout period is 20
  13. #   seconds.  In other words, if PROCOMM PLUS detects that it should halt
  14. #   transmission because it has seen an XOFF, the program will wait until
  15. #   an XON is received or 20 seconds elapse.
  16. #
  17. #   This patch file can be used to update the XON wait period.  The
  18. #   first value (following "O47417") is the number of seconds which can
  19. #   elapse (a value between 0 and 255). As distributed, this patch file
  20. #   will increase the timeout to 60 seconds.  If you desire a different
  21. #   value, edit this file (with a standard ASCII editor) and change the
  22. #   value as shown.
  23. #
  24. #
  25. #   Examples
  26. #
  27. #     --------------------------------------------------------------
  28. #     |   @PCPLUS.EXE         ; Wait 100 seconds
  29. #     |   O47417
  30. #     |   100
  31. #     --------------------------------------------------------------
  32. #
  33. #     --------------------------------------------------------------
  34. #     |   @PCPLUS.EXE         ; Wait 255 seconds
  35. #     |   O47417
  36. #     |   255
  37. #     --------------------------------------------------------------
  38. #
  39. #
  40. @PCPLUS.EXE
  41. =211488
  42. O47417
  43. 60
  44.